/*
THEME NAME: Bolt Rankings
DESCRIPTION: Custom theme developed by DaddyDesign.com for Bolt Rankings
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

body{
font-family: 'Roboto', sans-serif;
font-size: 17px;
color: #999;
background: #fff000; 
}

p { margin-bottom: 20px; line-height: 27px; }

a{ color: #fff000; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: #fff000; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(39, 39, 39, .5);
border-right: 6px solid rgba(39, 39, 39, .5);
border-bottom: 6px solid rgba(39, 39, 39, .5);
border-top: 6px solid rgba(39, 39, 39, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Center */
.center{ text-align: center; }

/* Button */
.btn{
display: inline-block;
font-size: 16px;
font-weight: bold;
color: #141414;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 12px 24px;
margin: 4px;
border: 1px solid #fff000;
background-color: #fff000;
vertical-align: top;
}
a:hover.btn{ color: #fff000; background-color: transparent; }
.btn.hollow{ color: #fff000; background-color: transparent; }
a:hover.btn.hollow{ color: #141414; background-color: #fff000; }
.btn.big{ font-size: 22px; padding: 16px 32px; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg:before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #1a3159; 
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
z-index: 1;
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }

/* Container */
#container{ width: 100%; min-width: 350px; float: left; background: #141414; position: relative; }

/* Header */
#header{ width: 100%; position: fixed; top: 0; left: 0; right: 0; padding: 0 30px; background: #141414; z-index: 9999; }
#header .wrapper{ width: 100%; max-width: 1280px; display: block; padding: 30px 0; margin: 0 auto; border-bottom: 5px solid #333; overflow: hidden; }

#header h1#logo{ width: auto; height: 70px; float: left; }
#header h1#logo a{ 
display: block; 
font-size: 18px;
font-weight: 300;
line-height: 70px;
padding: 0 0 0 75px;
background: url(images/logo.svg) no-repeat center left;
-webkit-background-size: 60px 70px; 
-moz-background-size: 60px 70px;  
-o-background-size: 60px 70px; 
background-size: 60px 70px;  
}

#nav_btn{ display: none; }
#header .toggle{ display: block; }
#header #nav{ width: auto; float: right; position: relative; }
#header #nav .wrap{ float: left; position: relative; }
#header #nav ul.menu{ width: auto; float: left; margin-top: 14px; list-style: none; }
#header #nav ul.menu li{ width: auto; float: left; margin-left: 6px; }
#header #nav ul.menu li a{ display: block; font-size: 14px; font-weight: 300; color: #ccc; line-height: 40px; padding: 0 18px; border: 1px solid #333; position: relative; }
#header #nav ul.menu li a:hover{ color: #fff000; border-color: #fff000; }
#header #nav ul.menu li:last-child a{ color: #fff000; font-weight: bold; border-color: #fff000; text-transform: uppercase; }
#header #nav ul.menu li:last-child a:hover{ color: #141414; background: #fff000; }

/* Main */
#main{ width: 100%; float: left; padding: 155px 0 0; position: relative; }

/* Section */
.section{ width: 100%; float: left; position: relative; }
.section.pad{ padding: 40px; }
.section.grid.pad{ padding: 40px 20px; }
.section .wrapper{ width: 100%; max-width: 1300px; display: block; margin: 0 auto 80px; position: relative; overflow: hidden; }

.section.divider::after{ 
content: ''; 
width: 100%; 
max-width: 1280px; 
display: block;
height: 24px;
display: block; 
margin: 0 auto;
background: url(images/divider.svg) no-repeat center;
-webkit-background-size: auto 24px; 
-moz-background-size: auto 24px;  
-o-background-size: auto 24px; 
background-size: auto 24px;  
}
.section.divider:last-child::after{ display: none; }

.section .header{ width: 100%; float: left; text-align: center; margin: 0 0 40px; position: relative; }
.section.grid .header.title{ padding: 0 10px; }
.section .header.title h2{ font-size: 62px; font-weight: 100; color: #fff000; line-height: 72px; }
.section .header.title h3{ display: inline-block; max-width: 680px; font-size: 20px; font-weight: 300; line-height: 28px; padding: 12px 0 0; }

.section.grid .item{ padding: 0 10px 20px; position: relative; }
.section.grid .item.with_icon{ padding-top: 40px; }
.section.grid.x2 .item{ width: 50%; float: left; }
.section.grid.x3 .item{ width: 33.3333%; float: left; }
.section.grid .item .wrap{ display: block; overflow: hidden; }
.section.grid .item.with_btns .wrap{ position: relative; }
.section.grid .item .wrap.pad{ padding: 40px; }
.section.grid .item.with_btns .wrap.pad{ padding-bottom: 80px; }
.section.grid .item .wrap.pad2{ padding: 60px; }
.section.grid .item.with_btns .wrap.pad2{ padding-bottom: 100px; }
.section.grid .item .wrap.border{ border: 1px solid #333; }
.section.grid .item .icon{ display: block; position: absolute; top: 0; left: 0; right: 0; z-index: 9; }
.section.grid .item .icon span{ width: auto; height: 80px; display: inline-block; padding: 0 15px; background: #141414; }
.section.grid .item .icon span img{ max-width: none; height: 80px; }
.section.grid .item .logo{ display: block; margin: 0 0 30px; }
.section.grid .item .logo img{ width: auto; height: 40px; }
.section.grid .item h2{ font-size: 36px; font-weight: 100; color: #fff000; line-height: 46px; margin: 0 0 10px; }
.section.grid .item.with_btns .btns{ display: block; position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid #333; z-index: 9; }
.section.grid .item.with_btns .btns a.button{ width: 50%; height: 40px; float: left; font-size: 14px; font-weight: bold; text-transform: uppercase; line-height: 40px; }
.section.grid .item.with_btns .btns a.button:hover{ background-color: #1b1b1b; }
.section.grid .item.with_btns .btns a.button.more{ font-weight: normal; font-style: italic; color: #999; text-transform: none; border-right: 1px solid #333; }

/* Hero */
#hero .header{ padding: 0 60px; }
#hero .header .icon{ display: block; margin: 0 0 20px; }
#hero .header .icon span{ width: 100%; max-width: 150px; display: inline-block; }
#hero .header .logos{ display: block; margin: 0 0 10px; }
#hero .header .logos .logo{ display: inline-block; margin: 10px 15px; }
#hero .header .logos .logo img{ width: auto; height: 40px; }
#hero .header h1{ font-size: 72px; font-weight: 100; color: #fff000; line-height: 82px; }
#hero .header h2{ max-width: 760px; font-size: 30px; font-weight: 100; line-height: 40px; padding: 12px 0 0; margin: 0 auto 25px; }
#hero .analyze .header.title{ padding: 15px 0 0; }
#hero .analyze .header.title h2{ max-width: none; font-size: 36px; line-height: 46px; padding: 0; margin: 0 auto; }
#hero .analyze .speed_test{ text-align: center; }
#hero .analyze .speed_test #check-speedtest{ width: 100%; max-width: 760px; margin: 0 auto; display: block; overflow: hidden; }
#hero .analyze .speed_test #check-speedtest .field{ display: block; margin: 0 150px 0 0; }
#hero .analyze .speed_test #check-speedtest #url{
width: 100%;
height: 70px;
display: block; 
font-family: inherit; 
color: #999;
font-size: 26px; 
font-weight: 300;
padding: 0 26px;
margin: 0;
background: #272727;
border: 0;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
outline: none;
}
#hero .analyze .speed_test #check-speedtest #submit{
width: 150px; 
height: 70px;
float: right;
font-family: inherit;
font-size: 20px;
font-weight: normal;
color: #141414; 
text-transform: uppercase; 
padding: 0;
margin: 0; 
border: 1px solid #fff000;
background: #fff000; 
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9; 
}
#hero .analyze .speed_test #check-speedtest #submit:hover{ color: #fff000; background: none; }
#hero .analyze .speed_test .disclaimer{ display: block; max-width: 580px; font-size: 11px; line-height: 17px; padding: 20px 40px; margin: 0 auto; }
#hero #error-message{ display: block; font-weight: bold; color: #ec1c23; text-transform: uppercase; }
#hero #speedtest-result.active{ display: block; padding: 40px 0 0; }
#hero #speedtest-result .item .wrap{ color: #141414; border: 0; background: #fff000; }
#hero #speedtest-result .item .logo{ margin: 0 0 20px; }
#hero #speedtest-result .item .results{ display: block; min-height: 130px; position: relative; }
#hero #speedtest-result .item .results .loader:before { top: 40%; }
#hero #speedtest-result .item .results .note{ display: block; position: absolute; bottom: 0; left: 0; right: 0; font-size: 11px; font-style: italic; padding: 0 20px; z-index: 9; }
#hero #speedtest-result .item .results .coming_soon{ display: block; font-size: 23px; font-weight: 300; font-style: italic; padding: 12% 0 0; }
#hero #speedtest-result .item span.score{ display: block; font-size: 52px; font-weight: 300; margin: 0 0 20px; }
#hero #speedtest-result .item .btn{ font-size: 11px; color: #141414; padding: 10px 14px; border: 1px solid #141414; background-color: transparent; }
#hero #speedtest-result .item a:hover.btn{ color: #fff000; background-color: #141414; }
#hero #speedtest-result .cta .header{ margin: 0; }
#hero #speedtest-result .cta h2{ padding: 10px 0 20px; }

/* Case Study */
.case_study.with_web .wrap{ padding-bottom: 50px; position: relative; }
.section.grid .item.case_study .logo{ padding: 40px 20px; margin: 0; }
.section.grid .item.case_study .logo img{ height: 120px; }
.case_study .before_after{ width: 100%; float: left; border-top: 1px solid #333; }
.case_study .before_after .row{ width: 100%; float: left; border-bottom: 1px solid #333; }
.case_study .before_after .row:last-child{ border: 0; }
.case_study .before_after .row .site{ width: 50%; height: 60px; float: left; line-height: 60px; padding: 0 15px; }
.case_study .before_after .row.titles .site{ height: 46px; line-height: 46px; background: #1b1b1b; }
.case_study .before_after .row.titles{ font-size: 14px; font-weight: 100; color: #fff000; text-transform: uppercase; }
.case_study .before_after .row .result{ width: 25%; height: 60px; float: left; line-height: 60px; text-align: center; padding: 0 15px; border-left: 1px solid #333; }
.case_study .before_after .row.titles .result{ height: 46px; line-height: 46px; background: #1b1b1b; }
.case_study .before_after .row.results .result.after{ font-size: 20px; font-weight: bold; color: #fff000; }
.case_study .testimonial{ 
width: 100%; 
float: left; 
font-style: italic; 
padding: 40px 50px 30px 40px; 
border-top: 1px solid #333; 
background: url(images/quotes.svg) no-repeat right 15px bottom 16px;
-webkit-background-size: 22px; 
-moz-background-size: 22px;  
-o-background-size: 22px; 
background-size: 22px;
}
.case_study.with_web .website{ display: block; position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid #333; z-index: 9; }
.case_study.with_web .website a{ display: block; height: 50px; font-size: 17px; font-weight: 100; text-align: center; line-height: 50px; }
.case_study.with_web .website a:hover{ background-color: #1b1b1b; }

/* Footer */
#footer{ width: 100%; float: left; color: #141414; padding: 0 60px; background: #fff000; text-align: center; position: relative; overflow: hidden; }
#footer .wrapper{ width: 100%; max-width: 1280px; display: block; padding: 60px 0; margin: 0 auto; }

#footer a{ color: #141414; }
#footer a:hover{ text-decoration: underline; }

#footer h3#logo{ display: inline-block; }
#footer h3#logo a{ 
display: block; 
font-size: 18px;
font-weight: 300;
padding: 66px 0 0;
background: url(images/icon.svg) no-repeat top center;
-webkit-background-size: 50px 58px; 
-moz-background-size: 50px 58px;  
-o-background-size: 50px 58px; 
background-size: 50px 58px;  
}
#footer h3#logo a:hover{ text-decoration: none; }

#footer ul.social{ display: block; padding: 8px 0 0; list-style: none; }
#footer ul.social li{ width: 40px; height: 40px; display: inline-block; margin: 2px; text-indent: -9000px; vertical-align: top; }
#footer ul.social li a{ width: 40px; height: 40px; display: block; background-position: center; background-repeat: no-repeat; border: 1px solid #141414; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; position: relative; overflow: hidden; }
#footer ul.social li.facebook a{ background-image: url(images/facebook.svg); }
#footer ul.social li.twitter a{ background-image: url(images/twitter.svg); }
#footer ul.social li.instagram a{ background-image: url(images/instagram.svg); }

#footer .btns{ display: block; padding: 12px 0 0; }
#footer .btns ul{ display: block; list-style: none; }
#footer .btns ul li{ display: inline-block; }
#footer .btns ul li a{
width: 130px;
display: block;
font-size: 14px;
font-weight: bold;
color: #fff000;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 10px 0;
border: 1px solid #141414;
background-color: #141414;
}
#footer .btns ul li a:hover{ color: #141414; background-color: transparent; }
#footer .btns ul li:last-child a{ font-weight: normal; font-style: italic; color: #141414; text-transform: none; background-color: transparent; }
#footer .btns ul li:last-child a:hover{ color: #fff000; background-color: #141414; }

#footer .meta{ display: block; font-size: 11px; line-height: 17px; padding: 20px 0 0; }
#footer .meta .meta_nav{ display: block; }
#footer .meta .meta_nav ul{ display: block; margin: 0 0 6px; list-style: none; }
#footer .meta .meta_nav ul li{ display: inline-block; padding: 0 8px; margin: 0 -4px 0 0; border-right: 1px solid #141414; }
#footer .meta .meta_nav ul li:last-child{ border: 0; }
#footer .meta .meta_nav ul li a{ font-size: 12px; font-weight: bold; }
#footer .meta span{ display: block; }

/* Forms */
.wpcf7{ width: 100%; max-width: 860px; display: block; clear: both; margin: 0 auto !important; padding: 10px 0 0 !important; }
.wpcf7-form{ width: 100%; display: block; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; padding: 0; margin: 0; }
.wpcf7-form label{ display: block; font-size: 15px; font-weight: bold; line-height: 20px; text-transform: uppercase; padding: 0 0 0 5px; margin: 0 0 8px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; padding: 0 10px; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: inherit; 
color: #999;
font-size: 15px; 
font-weight: bold;
padding: 12px 14px;
background: #272727;
border: 1px solid #272727;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 140px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 32px;
background: url(images/arrow_down.svg) no-repeat right 12px top 50% #272727;
-webkit-background-size: 10px 6px; 
-moz-background-size: 10px 6px;  
-o-background-size: 10px 6px; 
background-size: 10px 6px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #999; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #999; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #999; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #999; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #999; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; text-align: center; padding: 10px 0 0; margin: 0 0 30px; position: relative; }
div.wpcf7 img.ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px; }
.wpcf7-form div.submit input { 
width: auto; 
height: 60px;
float: none; 
display: inline-block;
font-family: inherit;
font-size: 22px;
font-weight: bold !important;
color: #fff000; 
text-transform: uppercase; 
padding: 0 60px;
margin: 0 auto !important; 
border: 1px solid #fff000;
background: transparent; 
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9; 
}
.wpcf7-form div.submit input:hover{ color: #141414; background: #fff000; }
div.wpcf7 .ajax-loader { background-image: url('images/ajax-loader.gif') !important; margin-left: 12px !important; }

div.wpcf7-response-output{ 
clear: both;
color: #141414 !important;
font-size: 15px;
font-weight: bold;
line-height: 22px;
border: 1px solid #fff000 !important;
background: #fff000;
margin: 0 0 20px !important; 
padding: 25px 20px !important;
color: inherit; 
text-align: center;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}
div.wpcf7-validation-errors{ color: #141414 !important; border: 1px solid #ec1c23 !important; background: #ec1c23; }

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ec1c23 !important;
text-indent: -9000px;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: inherit !important;
padding: 0 !important;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 10px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 16.6666%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background: #fff; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper{ margin: 60px 0 20px; }
.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper{ margin: 0; }
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block p sm{ display: block; font-size: 11px; font-weight: 400; color: #777; line-height: 18px !important; }
.content-block p.disclaimer{ font-size: 13px; font-style: italic; line-height: 21px; }
.content-block a:hover{ text-decoration: underline; }
.content-block a.btn:hover{ text-decoration: none; }

.content-block blockquote{ 
font-size: 15px;
line-height: 25px;
color: #45a9dd;
padding: 16px 20px;
margin: 30px 0;
border: 1px solid #cbdbec;
border-left: 5px solid #45a9dd;
position: relative;
}
.content-block blockquote p{ line-height: 25px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5{ font-size: 100%; font-weight: bold; padding: 20px 0 12px; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child{ padding-top: 0; }
.content-block h1{ font-size: 30px; line-height: 36px; }
.content-block h2{ font-size: 26px; line-height: 32px; }
.content-block h3{ font-size: 22px; line-height: 28px; }
.content-block h4{ font-size: 20px; line-height: 26px; }
.content-block h5{ font-size: 18px; line-height: 24px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ol{ list-style: decimal; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }

.controls{
display:none;
width: 100%;
height: 100%;
position: relative;
z-index: 99999999;
}
.controls .wrap{ width: 100%; display: block; position: absolute; bottom: -45px; text-align: center; }
.controls .btns{ width: auto; display: inline-block; margin: 0 auto; }
.controls .btns span{ width: auto; height: 30px; display: inline-block; font-size: 16px; color: #999; line-height: 30px; background: #fff; border-right: 1px solid #000; vertical-align: top; }
.controls .btns span.prev_btn, .controls .btns span.next_btn{ font-size: 21px; line-height: 28px; }
.controls .btns span.next_btn{ border-right: 0; }
.controls .btns .disabled{ color: #aaa; padding: 0 12px;  }
.controls .btns span a{ display: block; color: #333; padding: 0 12px; cursor: pointer; }
.controls .btns span a:hover{ color: #ec1c23; text-decoration: none; }